home *** CD-ROM | disk | FTP | other *** search
- *** 1.15 1992/08/14 15:26:22
- --- Changelo 1992/10/09 21:22:17
- ***************
- *** 181,183 ****
- --- 181,194 ----
- add ident.o
-
- -------------------------- Patchlevel 15 ---------------------------------
- +
- + tgetnum.c:: ers
- + the tgetnum() function was crashing if it was asked to get
- + a numerical capability that wasn't in the termcap entry.
- +
- + Makefile mincl:: ers/++jrb
- + convert to new integrated Makefile format.
- +
- + DELETE makefile.16 makefile.32 gmakefile.??
- +
- + -------------------------- Patchlevel 16 ---------------------------------
- *** 1.13 1992/08/14 15:26:22
- --- PatchLev.h 1992/10/09 21:22:17
- ***************
- *** 1,5 ****
-
- ! #define PatchLevel "15"
-
- /*
- *
- --- 1,5 ----
-
- ! #define PatchLevel "16"
-
- /*
- *
- *** 1.15 1992/08/14 15:26:22
- --- Symbolic 1992/10/09 21:22:18
- ***************
- *** 13,15 ****
- --- 13,16 ----
- V13 to all
- V14 to all
- V15 to all
- + V16 to all
- *** 1.4 1992/08/14 15:26:22
- --- mincl 1992/10/09 21:22:22
- ***************
- *** 27,46 ****
- cp termcap.h $(INC)
-
- clean :
- ! rm -f $(CURSEOBJ) $(TERMOBJ) $(OTHER) $(TESTS)
-
- realclean : clean
- ! rm -f $(ALL) report core
-
- tests: $(TESTS)
-
- ! testtcp.ttp: testtcp.o
- ! $(CC) $(MODEL) -o testtcp.ttp testtcp.o -l$(CURSES)
-
- ! twinkle.ttp: twinkle.o
- ! $(CC) $(MODEL) -o twinkle.ttp twinkle.o -l$(CURSES)
-
- ! worms.ttp: worms.o
- ! $(CC) $(MODEL) -o worms.ttp worms.o -l$(CURSES)
-
- ! .PHONY: install clean realclean tests all
- --- 27,46 ----
- cp termcap.h $(INC)
-
- clean :
- ! rm -f $(CURSEOBJ) $(TERMOBJ) $(OTHER)
-
- realclean : clean
- ! rm -f $(TESTS) $(ALL) report core
-
- tests: $(TESTS)
-
- ! ttcp$(ST).ttp: testtcp.c
- ! $(CC) $(CFLAGS) -o $@ $^ -l$(CURSES)
-
- ! twinkl$(ST).ttp: twinkle.c
- ! $(CC) $(CFLAGS) -o $@ $^ -l$(CURSES)
-
- ! worms$(ST).ttp: worms.c
- ! $(CC) $(CFLAGS) -o $@ $^ -l$(CURSES)
-
- ! .PHONY: install clean realclean tests all top
- *** 1.4 1992/08/14 15:26:22
- --- tgetnum.c 1992/10/09 21:22:24
- ***************
- *** 151,156 ****
- #if !defined(GEMDOS)
- return(-1);
- #else
- ! return getlinecol(bp);
- #endif
- }
- --- 151,156 ----
- #if !defined(GEMDOS)
- return(-1);
- #else
- ! return getlinecol(id);
- #endif
- }
-